type runtime.fixalloc

19 uses

	runtime (current package)
		mfixalloc.go#L31: type fixalloc struct {
		mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
		mheap.go#L216: 	spanalloc                  fixalloc // allocator for span
		mheap.go#L217: 	spanSPMCAlloc              fixalloc // allocator for spanSPMC, protected by work.spanSPMCs.lock
		mheap.go#L218: 	cachealloc                 fixalloc // allocator for mcache
		mheap.go#L219: 	specialfinalizeralloc      fixalloc // allocator for specialfinalizer
		mheap.go#L220: 	specialCleanupAlloc        fixalloc // allocator for specialCleanup
		mheap.go#L221: 	specialCheckFinalizerAlloc fixalloc // allocator for specialCheckFinalizer
		mheap.go#L222: 	specialTinyBlockAlloc      fixalloc // allocator for specialTinyBlock
		mheap.go#L223: 	specialprofilealloc        fixalloc // allocator for specialprofile
		mheap.go#L224: 	specialReachableAlloc      fixalloc // allocator for specialReachable
		mheap.go#L225: 	specialPinCounterAlloc     fixalloc // allocator for specialPinCounter
		mheap.go#L226: 	specialWeakHandleAlloc     fixalloc // allocator for specialWeakHandle
		mheap.go#L227: 	specialBubbleAlloc         fixalloc // allocator for specialBubble
		mheap.go#L228: 	specialSecretAlloc         fixalloc // allocator for specialSecret
		mheap.go#L230: 	arenaHintAlloc             fixalloc // allocator for arenaHints
		preempt_xreg.go#L59: 	alloc fixalloc